Dataphin使用MaxCompute计算源修改表字段数据类型报错“Process:com.aliyun.odps.OdpsException: ODPS-0130071:[2,22] Semantic analysis exception - changing column data type from XXX to XXX is not supported.”
更新时间:
问题描述
用户是MaxCompute计算源,需要调整物理表字段类型,执行SQL报错,代码即报错如下:
alter table <table_name> change [column] <old_column_name> <new_column_name> <new_data_type>;
问题原因
目前MaxCompute列操作都是公测试用状态,需要申请试用。
解决方案
1.如果是SaaS版本MaxCompute,申请试用列操作即可。
2.如果是独立部署MaxCompute用户,待此功能正式发布,升级MaxCompute版本即可。
适用于
- Dataphin
- MaxCompute列操作
文档内容是否对您有帮助?